﻿/*
* name:Global && Pc StyleSheet
* version:v3.4.1
* update:雪碧图对齐
* date:2016-05-17
*/
/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	background: url(../img/i_ico.png) no-repeat;
	*text-indent: 0;
	*zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='\3000');
	vertical-align: middle;
}

.ico:before {
	content: '\3000';
}

.ico1_2 {
	background-position: -20px 0;
}

.ico1_3 {
	background-position: -40px 0;
}

.ico1_4 {
	background-position: -60px 0;
}

.ico1_5 {
	background-position: -80px 0;
}

.ico2_1 {
	background-position: 0 -20px;
}

.ico2_2 {
	background-position: -20px -20px;
}

.ico2_3 {
	background-position: -40px -20px;
}

.ico2_4 {
	background-position: -60px -20px;
}

.ico2_5 {
	background-position: -80px -20px;
}

.ico3_1 {
	background-position: 0 -40px;
}

.ico3_2 {
	background-position: -20px -40px;
}

.ico3_3 {
	background-position: -40px -40px;
}

.ico3_4 {
	background-position: -60px -40px;
}

.ico3_5 {
	background-position: -80px -40px;
}

.ico4_1 {
	background-position: 0 -60px;
}

.ico4_2 {
	background-position: -20px -60px;
}

.ico4_3 {
	background-position: -40px -60px;
}

.ico4_4 {
	background-position: -60px -60px;
}

.ico4_5 {
	background-position: -80px -60px;
}

/* 常量设置 */
.wrap {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.flex {
	display: flex;
}

.mwrap {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}

/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body {
	min-width: 1240px\9;
}

/*for ie9+*/
@media all and (min-width:0) {
	body {
		min-width: 0;
		overflow-x: hidden;
	}
}

@font-face {
	font-family: BellMTBold;
	font-display: swap;
	src: url("/resources/ui/BellMTBold.woff2") format("woff2"),
		url("/resources/ui/BellMTBold.woff") format("woff"),
		url("/resources/ui/BellMTBold.ttf") format("truetype"),
		url("/resources/ui/BellMTBold.eot") format("embedded-opentype"),
		url("/resources/ui/BellMTBold.svg") format("svg"),
		url("/resources/ui/BellMTBold.otf") format("opentype");
}

body {
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	background: #fff;
}

a {
	color: inherit;
}

a:hover {
	color: #FF9123;
}

::-moz-selection {
	color: #fff;
	background: #FF9123;
}

::selection {
	color: #fff;
	background: #FF9123;
}

::-webkit-input-placeholder {
	color: #aaa;
}

.placeholder {
	color: #aaa;
}

/*css组件设置*/
.form-control,
.input-group-addon,
.btn {
	border-radius: 2px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.imgZoom {
	overflow: hidden;
}

.videoZoom {
	z-index: 9999
}

/*.imgZoom:hover img{ -moz-transform:scale(1.3,1.3); -ms-transform:scale(1.3,1.3); -o-transform:scale(1.3,1.3); -webkit-transform:scale(1.3,1.3); transform:scale(1.3,1.3);}*/
.imgY180:hover img {
	cursor: pointer;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

/* 网站样式 */
.transition {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.hoverImg:hover {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	opacity: 0.9;
}

.trs5 {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

/* 全局滚动条样式 */
::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

::-webkit-scrollbar-thumb {
	background-color: #000;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	width: 8px
}


/*全站通用样式*/
.transition03 {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.transition05 {
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.transition08 {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.transition1 {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.transition14 {
	-webkit-transition: all 1.4s ease;
	transition: all 1.4s ease;
}

.transition24 {
	-webkit-transition: all 2.4s ease;
	transition: all 2.4s ease;
}

.transition10 {
	-webkit-transition: all 10s ease;
	transition: all 10s ease;
}

.rect-37 {
	padding-bottom: 37%;
}

.rect-4138 {
	padding-bottom: 41.38%
}

.rect-438 {
	padding-bottom: 43.8%
}

.rect-53 {
	padding-bottom: 53%;
}

.rect-66 {
	padding-bottom: 66%;
}

.rect-68 {
	padding-bottom: 68%;
}

.rect-74 {
	padding-bottom: 74%;
}

.rect-78 {
	padding-bottom: 78%;
}

.rect-137 {
	padding-bottom: 137%
}

.rect-86209 {
	padding-bottom: 86.209%;
}

.rect-88 {
	padding-bottom: 88%;
}

.rect-90 {
	padding-bottom: 90%;
}

.rect-100 {
	padding-bottom: 100%;
}

.rect-110 {
	padding-bottom: 110%;
}

.rect-115 {
	padding-bottom: 115%;
}

.rect-122 {
	padding-bottom: 122%;
}

.rect-130 {
	padding-bottom: 130%;
}

.rect-153 {
	padding-bottom: 152.7%;
}

.en_fontfamily {
	font-family: BellMTBold;
}

.f_size16 {
	font-size: 16px;
}

.delay01 {
	transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
}

.delay02 {
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}

.delay03 {
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}

.delay04 {
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}

.delay05 {
	transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
}

.delay06 {
	transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}

.delay08 {
	transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
}

.delay1 {
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}

.delay2 {
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}

.delay3 {
	transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}

.delay4 {
	transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
}

.delay5 {
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
}

.delay6 {
	transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
}

.delay7 {
	transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
}

.delay8 {
	transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
}

.delay9 {
	transition-delay: 1.8s;
	-moz-transition-delay: 1.8s;
	-webkit-transition-delay: 1.8s;
	-o-transition-delay: 1.8s;
}


/*新header*/
.header {
	height: 80px;
	padding-top: 20px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 97;
	color: #fff;
	/* border-bottom:1px solid rgba(255,255,255,.4); */
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	border-color: #fff\0;
}

.header.fixed {
	border: none;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.header.fixed {
	padding-top: 20px;
	color: #333;
	background: #fff;
}

.header.fixed .logo img {
	visibility: hidden;
	opacity: 0;
}

.header.fixed .logo {
	background: url(../img/logo.png) left top no-repeat;
	margin-top: 0px;
}

.header .head {
	height: 80px;
}

.header .head .logo {
	margin-right: 10px;
	transition: margin 0.5s ease;
}

.header .navs {
	float: right;
	margin-right: 0px;
}

/*导航下拉*/
/*nav*/
.header .nav .nav_li {
	float: left;
	margin-right: 80px;
	line-height: 80px;
}

.header .nav .nav_li:last-child {
	margin-right: 0px;
}

.header .nav .nav_li .nav_a {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.header.fixed .nav .nav_li .nav_a {
	color: #333;
}

.header .nav .nav_li .nav_a:hover {
	color: #F08519;
}

.header .nav .nav_li .setNav {
	width: 100%;
	left: 0;
	right: 0;
	background: #fff;
	display: none;
	z-index: 12;
	top: 100%;
	border-top: 1px solid #f7f7f7;
	background-color: #e7e7e7;
}

.header .nav .nav_li .setNav .set-img {
	width: 53%;
	border-right: 1px #e8e9eb00 solid;
	border-left: 1px #e8e9eb00 solid;
	padding: 20px 10%;
}

.header .nav .nav_li .setNav .set-img img {
	width: 100%;
}

.header .nav .nav_li .setNav .set-img p {
	line-height: 50px;
	font-size: 16px;
}

.header .nav .nav_li .setNav .set-img .tit {
	font-size: 22px;
	color: #4e4e4e;
	margin-top: 5px;
}

.header .nav .nav_li .setNav .setMenu {
	width: 25%;
	padding: 10px 0;
	position: relative;
}

.header .nav .nav_li .setNav .setMenu>li {
	float: left;
	width: 100%;
	line-height: 68px;
	margin-left: 20px;
}

.header .nav .nav_li .setNav .setMenu li a {
	float: left;
	color: #000;
	font-size: 18px;
	padding-left: 24px;
}

.header .nav .nav_li .setNav .setMenu li a:hover {
	width: 100%;
	height: 68px;
	color: #F08519;
	background: url(../img/set_ico.png) no-repeat;
	background-position: 0 0;
	transition: all 0.3s ease;
	-webkit-transiton: all 0.3s ease;
}

.header .nav .nav_li .setNav .setCon {
	width: 25%;
	padding: 60px 0;
	display: flex;
	align-items: center;
}

.header .nav .nav_li .setNav .setCon .p {
	color: #000;
	line-height: 60px;
	font-size: 36px;
	overflow: hidden;
	letter-spacing: 10px;
}

.mobile_key {
	display: none;
}

.navarticle {
	display: none;
	position: absolute;
	top: 10%;
	left: 65%;
	width: 100%;
	height: 100%;
}

.header .nav .nav_li .setNav .setMenu>li:hover .navarticle {
	display: flex;
	flex-direction: column;
}


.header .nav .nav_li .setNav .setMenu>li>.navarticle>.navchild:hover .navarticle {
	display: flex !important;
	flex-direction: column !important;


}

.header .nav .nav_li .setNav .setMenu>li>.navarticle>.navchild:hover {
	background: url(../img/set_ico.png) no-repeat !important;
	background-position: 0 0 !important;
	background-size: 0 !important;
}

/* 新增加样式产品样式 */
.header .nav .nav_li .setNav .set-img1 {
	width: 20%;
	border-right: 1px ##e8e9eb00 solid;
	border-left: 1px ##e8e9eb00 solid;
	padding: 60px 5%;
}

.header .nav .nav_li .setNav .set-img1 img {
	width: 100%;
}

.header .nav .nav_li .setNav .set-img1 p {
	line-height: 50px;
	font-size: 16px;
}

.header .nav .nav_li .setNav .set-img1 .tit {
	font-size: 22px;
	color: #4e4e4e;
	margin-top: 5px;
}

.header .nav .nav_li .setNav .setMenu1 {
	width: 68%;
	padding: 14px 0;
	position: relative;
}



.header .nav .nav_li .setNav .setMenu1>li {
	float: left;
	width: 100%;
	line-height: 60px;
	margin-left: 50px;
}

.header .nav .nav_li .setNav .setMenu1 li a {
	float: left;
	color: #000;
	font-size: 18px;
	padding-left: 88px;
}

.header .nav .nav_li .setNav .setMenu1 li a:hover {
	width: 100%;
	height: 68px;
	color: #F08519;
	background: url(../img/set_ico.png) no-repeat;
	background-position: 0 0;
	transition: all 0.3s ease;
	-webkit-transiton: all 0.3s ease;
}


.header .nav .nav_li .setNav .setMenu1>li:hover .navarticle1 {
	display: flex;
	flex-direction: column;
}


.header .nav .nav_li .setNav .setMenu1>li>.navarticle1>.navchild:hover .navarticle1 {
	display: flex !important;
	flex-direction: column !important;


}

.header .nav .nav_li .setNav .setMenu1>li>.navarticle1>.navchild:hover {
	background: url(../img/set_ico.png) no-repeat !important;
	background-position: 0 0 !important;
	background-size: 0 !important;
}

.header .nav .nav_li .setNav .setMenu1>li>.navarticle1>.navchild:hover {
	display: flex !important;
	flex-direction: column !important;
}

.navarticle1 {
	display: none;
	position: absolute;
	top: 3%;
	left: 28%;
	width: 100%;
	height: 100%;
}


.article {
	display: none;
	position: absolute;
	top: 0;
	left: 27%;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.article a {
	color: #F08519;
	background-size: 0 !important;
}

.active {
	display: flex;
	flex-direction: column;
}

/*footer*/
.page_footer {
	background: #0E2030;
	padding: 50px 0px 40px;
}

.page_footer .footer_main dt a {
	font-size: 20px;
	color: #fff;
}

body .bdshare_popup_box {
	display: none !important;
}

.page_footer .footer_main dt {
	margin-bottom: 30px;
}

.page_footer .footer_main dd {
	color: #fff;
	line-height: 40px;
	opacity: 0.6;
	font-size: 16px;
}

.page_footer .footer_main dl {
	margin-right: 7%;
}

.page_footer .footer_main dl:last-child {
	margin-right: 0;
}

.page_footer .footer_main .i_ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 18px;
	height: 17px;
	background: url(../img/i_ico1.png) no-repeat;
}

.page_footer .footer_main .share_ico01 {
	background-position: 1px -1px;
}

.page_footer .footer_main .share_ico02 {
	background-position: 1px -22px;
}

.page_footer .footer_main .share_ico03 {
	background-position: 1px -42px;
}

.page_footer .footer_main .share_ico04 {
	background-position: 1px -62px;
}

.page_footer .footer_main .share_ico05 {
	background-position: 1px -81px;
}

.page_footer .footer_main .pub_number {
	border-right: 1px solid #707070;
	padding-right: 5%;
	margin-right: 5%;
}

.page_footer .footer_main .pub_number dt a {
	text-align: right;
	display: block;
	float: none;
}

.page_footer .footer_main .pub_number .flogo {
	margin-bottom: 25px;
	font-size: 20px;
	opacity: 1;
}

.page_footer .footer_main .pub_number .flogo img {
	display: block;
	margin-bottom: 15px;
}

.page_footer .footer_bar {
	overflow: hidden;
}

.page_footer .footer_bar .f_bar_cen {
	margin-top: 35px;
	padding-top: 35px;
	opacity: 0.6;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	border-top: 1px solid #707070;
	text-align: center;
}

/*首页通用标题*/
.ipart_TT {
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	font-weight: bold;
}

.ipart_title {
	color: #1A1A1A;
	letter-spacing: 6px;
}

.ipart_text {
	color: #e8e9eb;
	text-transform: uppercase;
	letter-spacing: -3px;
}

/*首页--part1*/
.ipart2 {
	background: #F8FAFB;
}

.ipart1 .ipart1_t1 {
	border-bottom: 1px solid #00000000;
}

.ipart1 .ipart1_t1 .ipart1_t1Con {
	width: 70%;
	line-height: 50px;
	color: #141719;
	font-size: 38px;
	overflow: hidden;
	letter-spacing: 4px;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.ipart1 .ipart1_t1 .ipart1_t1tit {
	width: 50%;
	padding: 40px 0;
	font-size: 19px;
	color: #44494C;
	display: flex;
	align-items: center;
	line-height: 38px;
}

.ipart1 .ipart1_t2 .ipart1_t2Con {
	width: 70%;
	line-height: 50px;
	font-size: 38px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.ipart1 .ipart1_t2 .ipart1_t2Con.num_box .num {
	font-size: 14px;
	color: #44494C;
}

.ipart1 .ipart1_t2 .ipart1_t2Con.num_box .num span {
	font-size: 42px;
	margin-right: 3px;
	color: #F08519;
	font-weight: bold;
}

.ipart1 .ipart1_t2 .ipart1_t2Con.num_box .num p {
	font-size: 42px;
	margin-right: 3px;
	color: #F08519;
	font-weight: bold;
	display: inline;
}

.ipart1 .ipart1_t2 .ipart1_t2Con.num_box .tit {
	font-size: 14px;
	color: #44494C;
	line-height: 25px;
}

.ipart1 .ipart1_t2 .ipart1_t2tit {
	width: 50%;
	padding: 40px 0;
	font-size: 19px;
	color: #44494C;
	display: flex;
	align-items: center;
	line-height: 30px;
}

/*首页-ipart2*/
.ipart2,
.ipart3,
.ipart4 {
	padding: 50px 0px;
}

.ipart2 .ipart2_bd {
	position: relative;
	color: #141719;
}

.ipart2 .ipart2_bd .content {}

.ipart2 .ipart2_bd .content .item {
	height: 600px;
	position: relative;
	overflow: hidden;
}

.ipart2 .ipart2_bd .content .item img {
	position: absolute;
	z-index: 1;
}

.ipart2 .ipart2_bd .tab {
	background: #EDEEF0;
	text-align: center;
}

.ipart2 .ipart2_bd .content .item .text_box {
	position: absolute;
	left: 15%;
	right: 0;
	bottom: 50px;
	z-index: 2;
	color: #fff;
	display: flex;
}

.ipart2 .ipart2_bd .content .item .text_box .tit {
	width: 27%;
	font-size: 24px;
	display: flex;
	align-items: center;
}

.ipart2 .ipart2_bd .content .item .text_box .desc {
	font-size: 16px;
	width: 38%;
	display: flex;
}

.ipart2 .ipart2_bd .content .item .text_num {
	position: absolute;
	left: 12%;
	right: 0;
	bottom: 29%;
	z-index: 1;
}

.ipart2 .ipart2_bd .content .item .text_num img {
	width: 160px;
	height: 180px;
}

.ipart2 .ipart2_bd .tab .item {
	border-right: 1px solid #E0E0E0;
	cursor: pointer;
}

.ipart2 .ipart2_bd .tab .item .t {
	font-size: 16px;
	padding: 45px 50px;
	height: 45px;
	display: grid;
	align-items: center;
}

.ipart2 .ipart2_bd .tab .item.cur {
	background: #FF8D1A;
	color: #fff;
	padding: 3px;
}

.ipart2 .ipart2_bd .tab .item.cur .t {
	border: 1px solid #FFF;
}

.ipart2 .ipart2_bd .tab .item.cur .t span {
	border-bottom: 2px solid #FFF;
	padding-bottom: 5px;
}

.ipart2 .ipart2_bd .tab .item:hover {
	padding: 3px;
	background: #FF8D1A;
	color: #fff;
}

.ipart2 .ipart2_bd .tab .item .t:hover {
	border: 1px solid #FFF;
}

.owl-carousel .owl-nav.disabled .owl-prev {
	position: absolute;
	right: 9%;
	width: 40px;
	height: 40px;
	/*background: url(../img/ind_product_ico1.png) no-repeat;*/
}

.owl-carousel .owl-nav.disabled .owl-next {
	position: absolute;
	right: 4%;
	width: 40px;
	height: 40px;
	/*background: url(../img/ind_product_ico2.png) no-repeat;*/
}

/*首页-ipart3*/
.ipart3 .ipart3_bd .content {
	padding-bottom: 50px;
}

.ipart3 .ipart3_bd .content .ipart3_bdimg {
	margin-right: 0;
}

.ipart3 .ipart3_bd .content .info {
	background: #FF9123;
	padding: 60px 0;
	margin-right: 0;
	color: #fff;
}

.ipart3 .ipart3_bd .content .info .con {
	padding: 20px 60px 50px;
	overflow: hidden;
}

.ipart3 .ipart3_bd .content .info .con .tit {
	font-size: 18px;
}

.ipart3 .ipart3_bd .content .info .con .date {
	font-size: 16px;
}

.ipart3 .ipart3_bd .content .info .t {
	line-height: 50px;
	font-size: 28px;
	padding: 30px 60px;
	font-weight: bold;
}

.ipart3 .ipart3_bd .content .info .desc {
	line-height: 30px;
	font-size: 16px;
	padding: 20px 60px 126px;
}

.ipart3 .ipart3_bd .content .info .more {
	font-size: 16px;
	padding: 0 60px;
	display: flex;
	align-items: center;
}

.ipart3 .ipart3_bd .content a:hover .info {
	background: #EDEEF0;
}

.ipart3 .ipart3_bd .content a:hover .info .t,
.ipart3 .ipart3_bd .content a:hover .info .con,
.ipart3 .ipart3_bd .content a:hover .info .desc,
.ipart3 .ipart3_bd .content a:hover .info .more {
	color: #141719;
}

.ipart3 .ipart3_bd .content a:hover .info .more .more_arr {
	background: url(../img/i_n_arrh.png) center center no-repeat;
}

.ipart3 .ipart3_bd .content .info .more .more_arr {
	padding-left: 30px;
	width: 28px;
	height: 9px;
	background: url(../img/i_n_arr.png) center center no-repeat;
}

.ipart3 .ipart3_bd .tab li {
	float: left;
	height: 100%;
	margin-right: 22px;
}

.ipart3 .ipart3_bd .tab li:last-child {
	margin-right: 0;
}

.ipart3 .ipart3_bd .tab li .top-Floor {
	width: 100%;
	height: 100%;
	background: url(../img/black.4.png) repeat;
	z-index: 3;
	left: 0;
	top: -100%;
}

.ipart3 .ipart3_bd .tab li .top-Floor .white-cross {
	width: 60px;
	height: 60px;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	background: url(../img/whit_cross.png) no-repeat;
}

.ipart3 .ipart3_bd .tab li .bom-text {
	padding: 20px 27px;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
	display: block;
}

.ipart3 .ipart3_bd .tab li .bom-text:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FF9123;
	left: 0;
	bottom: -100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	z-index: -1;
}

.ipart3 .ipart3_bd .tab li .bom-text ._name {
	font-size: 18px;
	overflow: hidden;
	height: 60px;
	line-height: 30px;
	font-weight: normal;
}

.ipart3 .ipart3_bd .tab li .bom-text ._price {
	color: #757A7F;
	overflow: hidden;
	margin-top: 20px;
}

.ipart3 .ipart3_bd .tab li .bom-text ._price .more_arr {
	width: 28px;
	height: 9px;
	background: url(../img/i_n_arrh.png) center center no-repeat;
	padding-top: 15px;
}

.ipart3 .ipart3_bd .tab li.hover .bom-text ._price .more_arr {
	background: url(../img/i_n_arr.png) center center no-repeat;
}

.ipart3 .ipart3_bd .tab li.hover .top-Floor {
	top: 0;
}

.ipart3 .ipart3_bd .tab li.hover .bom-text,
.ipart3 .ipart3_bd .tab li.hover .bom-text ._price {
	color: #fff;
}

.ipart3 .ipart3_bd .tab li.hover .bom-text:before {
	bottom: 0;
}

/*首页-ipart4*/
.ipart4 .ipart4_bd li {
	margin-right: 0;
}

.ipart4 .ipart4_bd li .list_ico {
	width: 100%;
}

/*banner轮播新样式*/
.swiper-container {
	width: 100%;
	text-align: center;
}

.swiper-container .swiper-slide {
	position: relative;
}

.swiper-container .banner-img {
	width: 100%;
	height: 100%;
}

.swiper-container .banner_bar {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
	z-index: 1;
}

.swiper-container .more {
	transform: translateX(60px);
	-ms-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-webkit-transform: translateX(60px);
	-o-transform: translateX(60px);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.swiper-container li img {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 10s ease;
	transition: all 10s ease;
}

.swiper-container .swiper-slide-active li img {
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.swiper-container .swiper-slide-active .cover_title01,
.swiper-container .swiper-slide-active .cover_title02,
.swiper-container .swiper-slide-active .cover_title03 .banner_ico,
.swiper-container .swiper-slide-active .more {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.swiper-container .swiper-pagination-bullet {
	display: inline-block;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	height: 5px;
	width: 40px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #FF9123;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: #fff;
	opacity: 1;
	display: none;
	border-radius: 100%;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	display: block;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
	opacity: 1;
	background: #a3a3a3;
}

.swiper-container .swiper-button-next:active,
.swiper-container .swiper-button-prev:active {
	background: #ececec;
	opacity: 0.5;
}

.swiper-container .swiper-button-next span,
.swiper-container .swiper-button-prev span {
	float: left;
	width: 11px;
	height: 16px;
	margin-top: 11px;
	margin-left: 15px;
}

.swiper-container .swiper-button-next span {
	background: url(../img/arrows_r_normal.png) no-repeat;
}

.swiper-container .swiper-button-prev span {
	background: url(../img/arrows_l_normal.png) no-repeat;
}

/*首页banner*/
.i_banner {
	width: 100%;
	height: 780px !important;
	overflow: hidden;
	position: relative;
	background: url(../img/banner.jpg) no-repeat;
}

.i_banner li {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.i_banner li .banner_img {
	position: absolute;
	top: 0;
	left: 0
}

.i_banner li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.i_banner .more {
	transform: translateX(60px);
	-ms-transform: translateX(60px);
	-moz-transform: translateX(60px);
	-webkit-transform: translateX(60px);
	-o-transform: translateX(60px);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.i_banner li img {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 10s ease;
	transition: all 10s ease;
}

.i_banner .active li img {
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.i_banner .active .cover_title01,
.i_banner .active .cover_title02,
.i_banner .active .cover_title03 .banner_ico,
.i_banner .active .more {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.i_banner .banner_bar {
	position: absolute;
	left: 0;
	bottom: 36px;
	width: 100%;
	z-index: 10;
}

.i_banner .banner_nav {
	overflow: hidden;
}

.i_banner .banner_nav .owl-dot {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.i_banner .banner_nav .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6;
}

.i_banner .banner_nav .owl-dot.active span {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@keyframes login_line {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@-webkit-keyframes "login_line" {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes img_room {
	0% {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

@-webkit-keyframes "img_room" {
	0% {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

.ab_index01 {
	width: 100%;
	color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 0;
	height: 350px;
}

/* .ab_index01 .banner_mouse{position:absolute;right:2%;bottom:7%;}
.ab_index01 .title01{font-size:50px;line-height:1;margin-bottom:26px;text-align: center;letter-spacing: 40px;padding-left: 15px;} */
.ab_index01 .index01_p {
	margin-bottom: 24px;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 18px;
}

.ab_index01 .more_btn .i_ico {
	background-position: -24px 0px;
}

/*首页--视频*/
.i_video {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 8;
	overflow: hidden;
	text-align: center;
	display: none;
}

.i_video #video {
	max-width: 100%;
	min-width: 100%;
}

.i_video .cover_title01,
.i_video .cover_title02,
.i_video .cover_title02,
.i_video .more {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.i_video .more_btn .i_ico {
	background-position: -24px 0px;
}

.i_video_box .about-video-close {
	position: absolute;
	top: 10px;
	right: 1%;
	width: 30px;
	height: 30px;
	background: transparent url(../img/hw1_sprite.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}


/*通用主体部分*/
.channel_main {
	min-height: 200px;
	padding: 50px 0px 60px;
}

/*banner鼠标动画*/
.banner_mouse {
	position: relative;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(../img/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}

.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(../img/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@-webkit-keyframes colorSlide {
	0% {
		height: 0;
	}

	90% {
		height: 40px;
	}
}

@keyframes colorSlide {
	0% {
		height: 0;
	}

	90% {
		height: 40px;
	}
}

@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}

	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}

@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}

	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}

@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*channel-content*/
.channel_content {
	padding: 70px 0px 100px;
}

.xc_banner {
	width: 100%;
	height: 420px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	background-position: center 0;
}

.xc_banner .xc_title {
	width: 1180px;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 50%;
	margin-left: -590px;
	bottom: 80px;
}

/*综合页标题*/
.ab_index_title {
	color: #1A1A1A;
	font-size: 30px;
	line-height: 20px;
	padding-bottom: 40px;
	text-align: center;
}

/*关于综合*/
.sec_channel {
	border-bottom: 1px solid ##e8e9eb00;
	color: #141719;
	overflow: hidden;
}

.sec_channel .pd ul li {
	display: inline-block;

}

.sec_channel .pd ul li a {
	display: inline-block;
	line-height: 60px;
	margin: 0 40px;
	position: relative;
	font-size: 16px;
}

.sec_channel .pd ul li a:after {
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0);
	transform-origin: center bottom;
	transition: .3s;
	width: 100%;
}

.sec_channel .pd ul li a.cur,
.sec_channel .pd li:hover a {
	color: #F08519;
}



.sec_channel .pd ul li a:hover:after,
.sec_channel .pd ul li a.cur:after {
	background-color: #F08519;
	transform: scale(1);
}

.sec_channel .crumb {
	background-color: #F08519;
	font-size: 24px;
	padding: 0 20px;
	color: #fff;
	margin-right: 20px;
}

.sec_channel .crumb span {
	line-height: 60px;
}

/* 三级导航 */
.secondnav .childnav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 40px 0 0 0;
}

.secondnav .childnav li {
	list-style: none;
	width: 15%;
	 border: 1px solid #f08519; 
	margin: 0 50px 50px 0;
	display: flex;
	line-height: 6;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	box-shadow: 5px 5px 14px #c9c9c9,
		-5px -5px 14px #ffffff;
}

.secondnav .childnav li a:nth-child(1) img:nth-child(1) {
	padding: 25px 0;
}

.secondnav .childnav li a:nth-child(1) img:nth-child(2) {
	padding: 25px 0;
	display: none;
}

.secondnav .childnav li a:nth-child(2) {
	font-size: 16px;
	padding: 0 5px 25px 5px;
	text-align: center;
}

.secondnav .childnav li .cur {
	color: #F08519 !important;
}

/* 三级导航 */
/* 面包屑 */
.mbx {
	margin: 20px 0;
}

.mbx .mbxlist a {
	font-size: 16px;
}

/* 面包屑 */

.ab_index02 {
	padding: 100px 0px 70px;
}

.ab_index02 .bd .li1 {
	width: 50%;
	background: url(../img/ab_index02_bj1.png) bottom left no-repeat;
}

.ab_index02 .bd .li1 .list_title {
	padding-bottom: 40px;
	font-size: 30px;
}

.ab_index02 .bd .li1 .list_p {
	padding-bottom: 8%;
	line-height: 32px;
	color: #44494C;
}

.ab_index02 .bd .li2 {
	width: 35%;
}

.ab_index03 {
	background: #F2F5F7;
	padding: 80px 0px;
}

.ab_index03 .ico_con {
	overflow: hidden;
}

.ab_index03 .ico_con .ico_conl {
	width: 33%;
}

.ab_index03 .ico_con .ico_conl .che_li {
	padding: 25% 20%;
}

.ab_index03 .ico_con .ico_conr .che_li_s {
	height: 65px;
}

.ab_index03 .ico_conr .chemical_bottom {
	margin: 0 45px 45px 0;
	width: 47%;
}

.ab_index03 .ico_conr .chemical_bottom:nth-child(2n+0) {
	margin-right: 0;
}

.ab_index03 .che_li {
	position: relative;
	background-color: #fff;
	padding: 28px 17px;
	overflow: hidden;
}

.ab_index03 .che_li .che_li_l {
	width: 100%;
	text-align: center;
	height: 60px;
}

.ab_index03 .che_li .che_li_r {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.ab_index03 .che_li_h4 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #141719;
}

.ab_index03 .che_li_s {
	font-size: 16px;
	color: #44494C;
	line-height: 2;
	overflow: hidden;
}

.che_li_border {
	position: absolute;
	opacity: 0;
	background: #FF8C19;
}

.che_li_left,
.che_li_right {
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	width: 2px;
}

.che_li_top,
.che_li_bottom {
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	height: 2px;
}

.che_li_left {
	left: 0;
	bottom: 2px;
	top: 2px;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.che_li_top {
	top: 0;
	left: 0;
	right: 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.che_li_right {
	right: 0;
	bottom: 0px;
	top: 0px;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.che_li_bottom {
	bottom: 0;
	left: 0;
	right: 2px;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.che_li:hover .che_li_border {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-transition: opacity 0.2s linear 0s, -moz-transform 0s linear 0.2s;
	-o-transition: opacity 0.2s linear 0s, -o-transform 0s linear 0.2s;
	-webkit-transition: opacity 0.2s linear, -webkit-transform 0s linear;
	-webkit-transition-delay: 0s, 0.2s;
	transition: opacity 0.2s linear 0s, transform 0s linear 0.2s;
}

.che_li:hover .che_li_top {
	-moz-transition: -moz-transform 0.2s linear 0s, opacity 0s linear 0s;
	-o-transition: -o-transform 0.2s linear 0s, opacity 0s linear 0s;
	-webkit-transition: -webkit-transform 0.2s linear, opacity 0s linear;
	-webkit-transition-delay: 0s, 0s;
	transition: transform 0.2s linear 0s, opacity 0s linear 0s;
}

.che_li:hover .che_li_right {
	-moz-transition: -moz-transform 0.2s linear 0.2s, opacity 0s linear 0s;
	-o-transition: -o-transform 0.2s linear 0.2s, opacity 0s linear 0s;
	-webkit-transition: -webkit-transform 0.2s linear, opacity 0s linear;
	-webkit-transition-delay: 0.2s, 0s;
	transition: transform 0.2s linear 0.2s, opacity 0s linear 0s;
}

.che_li:hover .che_li_bottom {
	-moz-transition: -moz-transform 0.2s linear 0.4s, opacity 0s linear 0s;
	-o-transition: -o-transform 0.2s linear 0.4s, opacity 0s linear 0s;
	-webkit-transition: -webkit-transform 0.2s linear, opacity 0s linear;
	-webkit-transition-delay: 0.4s, 0s;
	transition: transform 0.2s linear 0.4s, opacity 0s linear 0s;
}

.che_li:hover .che_li_left {
	-moz-transition: -moz-transform 0.2s linear 0.6s, opacity 0s linear 0s;
	-o-transition: -o-transform 0.2s linear 0.6s, opacity 0s linear 0s;
	-webkit-transition: -webkit-transform 0.2s linear, opacity 0s linear;
	-webkit-transition-delay: 0.6s, 0s;
	transition: transform 0.2s linear 0.6s, opacity 0s linear 0s;
}

.ab_index04 {
	padding: 60px 0px;
}

.ab_index04 .pt_body {
	padding: 0 10%;
}

.ab_index04 .pt_body .item {
	display: none;
}

.ab_index04 .pt_body .owl-item .item {
	display: block;
}

body .album_ordinary .album_close {
	background: #F08519;
}

.ab_index04 .pt_body .item .iconfont {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #F08519;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	margin: 0;
}

.ab_index04 .pt_body .text {
	text-align: center;
	height: 52px;
	line-height: 52px;
	width: 96%;
	padding: 0 2%;
	background: #cbcbcb;
}

.ab_index04 .pt_body .owl-carousel .owl-nav {
	display: none;
}

.ab_index04 .pt_body .owl-carousel .owl-dots {
	text-align: center;
	margin-top: 40px;
}

.ab_index04 .pt_body .owl-carousel .owl-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ccc;
	display: inline-block;
	margin-right: 12px;
	cursor: pointer;
}

.ab_index04 .pt_body .owl-carousel .owl-dot.active {
	background: #b4b4b4;
}

.ab_index05 {
	padding: 80px 0px;
	background: url(../img/iCulture_history_bg.png) no-repeat center;
}

.event_box {
	position: relative;
}

.event_box .parHd {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
}

.parHd ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 38px !important;
}

.parHd .tempWrap {
	margin: 0 auto;
	width: 90% !important;
}

.parHd .tempWrap:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #CCC;
	position: absolute;
	right: 0;
	top: 45%;
	z-index: 10;
}

.slideBox {
	display: none;
	width: 85%;
	margin: 0 auto;
}

.slideBoxxs {
	display: block;
}

.parHd li.no_line:before {
	display: none;
}

.parHd li {
	display: inline-block;
	cursor: pointer;
	width: 95px;
	padding-top: 10px;
	font-size: 16px;
	color: #222;
	margin: 0 30px;
	position: relative;
}

.parHd li:after {
	content: '';
	background-color: #CCC;
	width: 12px;
	height: 12px;
	position: absolute;
	z-index: 20;
	top: -9px;
	left: 50%;
	margin-left: -8px;
	border-radius: 20px;
}

.parHd li.act {
	color: #F08519;
}

.parHd li.act:after {
	background-color: #F08519;
}

.parBd {
	padding: 50px 100px 80px;
}

.parBd .parBd_l {
	border: 1px dashed #301b1b00;
}

.parBd .parBd_r {
	padding-left: 40px;
	position: relative;
}

.parBd .parBd_r h4 {
	font-size: 34px;
	padding: 30px 0;
	color: #222;
	font-weight: normal;
	line-height: 40px;
}

.parBd .parBd_r span {
	font-size: 24px;
	padding-bottom: 30px;
	display: inline-block;
}

.parBd .parBd_r .Num {
	top: -20px;
	left: 15px;
	bottom: 0;
	font-size: 230px;
	font-weight: bold;
	color: #0C4BE6;
	opacity: 0.1;
	position: absolute;
}

/* .parBd h4:after{ content:''; background: #fff; width: 100px; height: 1px; position: absolute; left: -100px; bottom: 33px;}
.parBd h4:before{ content:''; background: #fff; width: 100px; height: 1px; position: absolute; right: -100px; bottom: 33px;} */
.parBd p {
	line-height: 28px;
	font-size: 16px;
	color: #000;
	width: 85%;
}

div#listBox {
	width: 100%;
}

.sPrev,
.sNext {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	bottom: 47px;
}

.sPrev {
	left: 0;
}

.sNext {
	right: 0;
}

.sPrev img,
.sNext img {
	transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

.ab_index06 {
	padding: 100px 0px;
}

.ab_index06 .ab_index06_con {
	overflow: hidden;
	padding: 0 15%;
	display: flex;
	align-items: center;
}

.ab_index06 .ab_index06_l {
	width: 40%;
}

.ab_index06 .ab_index06_r {
	width: 50%;
	display: flex;
	padding-left: 5%;
}

.ab_index06 .ab_index06_r dd {
	color: #141719;
	line-height: 40px;
	font-size: 16px;
}

.ab_index06 .ab_index06_r .i_ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 18px;
	height: 17px;
	background: url(../img/i_ico2.png) no-repeat;
}

.ab_index06 .ab_index06_r .share_ico01 {
	background-position: 1px -1px;
}

.ab_index06 .ab_index06_r .share_ico02 {
	background-position: 1px -22px;
}

.ab_index06 .ab_index06_r .share_ico03 {
	background-position: 1px -42px;
}

.ab_index06 .ab_index06_r .share_ico04 {
	background-position: 1px -62px;
}

.ab_index06 .ab_index06_r .share_ico05 {
	background-position: 1px -81px;
}

.ab_index06 .ab_index06_r .pub_number {}

.ab_index06 .ab_index06_r .pub_number dt a {
	text-align: right;
	display: block;
	float: none;
}

.ab_index06 .ab_index06_r .pub_number .flogo {
	margin-bottom: 25px;
	font-size: 20px;
	opacity: 1;
}

.ab_index06 .ab_index06_r .pub_number .flogo img {
	display: block;
	margin-bottom: 15px;
}


/*服务方案*/
.iService,
.iDownload {
	background: #F2F5F7;
	padding: 20px 0px;
}

.iService .ico_con {
	overflow: hidden;
}

.iService .ico_con .chemical_bottom {
	margin: 0 45px 45px 0;
	width: 31%;
}

.iService .ico_con .chemical_bottom:nth-child(3n+0) {
	margin-right: 0;
}

.iService .ico_con .chemical_bottom .che_li {
	position: relative;
	background-color: #fff;
	padding: 50px 0px;
	overflow: hidden;
}

.iService .ico_con .chemical_bottom .che_li .che_li_r {
	width: 100%;
	text-align: center;
}

.iService .ico_con .chemical_bottom .che_li .che_li_h4 {
	font-size: 22px;
	color: #141719;
	padding-bottom: 20px;
}

.iService .ico_con .chemical_bottom .che_li .che_li_h4 span {
	padding-bottom: 5px;
	border-bottom: 1px solid #F08519;
}

.iService .ico_con .chemical_bottom .che_li .che_li_s {
	height: 85px;
	font-size: 16px;
	color: #141719;
	line-height: 28px;
	 
}

.iOpinion {
	padding: 60px 0px;
}

.iOpinion .xdnl_tel {
	padding-bottom: 30px;
}

.con_form .form_li .form-group {
	margin-right: 40px;
	color: #141719;
	margin-bottom: 10px;
	position: relative;
	line-height: 50px;
	font-size: 20px;
}

.con_form .form_li .form-group:nth-child(2n+0) {
	margin-right: 0;
}

.con_form .form_li input.form-control {
	border: none;
	border-radius: 0;
	font-size: 16px;
	background: #ebebeb;
	width: 98%;
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
}

.con_form .form_li .Validform_checktip {
	position: absolute;
	right: 15px;
	top: 50px;
	display: block;
	background: #F2F5F7;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}

.con_form .form_feedback {
	font-size: 20px;
	color: #141719;
	line-height: 50px;
}

.con_form .form_feedback textarea.form-control {
	font-size: 16px;
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
	min-height: 10px;
	background: #ebebeb;
	padding-left: 30px;
	padding-top: 10px;
}

.con_form .form_li .Validform_error {
	background: #F2F5F7;
}

.con_form .form-btn {
	text-align: center;
	padding-top: 30px;
}

.con_form .form-btn .btn {
	font-size: 16px;
	color: #141719;
	border: 1px solid #F08519;
	padding: 15px 50px;
}

.con_form .form-btn .btn:hover {
	background-color: #F08519;
	color: #fff;
}

.iDownload .idownload_cen {
	overflow: hidden;
}

.iDownload .idownload_cen li {
	width: 45%;
	margin: 0 50px 50px 0;
	background: #fff;
	padding: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.iDownload .idownload_cen li:nth-child(2n+0) {
	margin: 0 0 50px 0;
}

.iDownload .idownload_cen li .list_ico {
	width: 15%;
}

.iDownload .idownload_cen li .list_text {
	width: 75%;
	padding-left: 30px;
}

.iDownload .idownload_cen li .list_text .list_title {
	width: 67%;
	font-size: 18px;
	padding-bottom: 15px;
}

.iDownload .idownload_cen li .list_text .list_p {
	font-size: 14px;
	color: #757A7F;
}

.iDownload .idownload_cen li .list_text .list_p span {
	padding-right: 50px;
}

.iDownload .idownload_cen li .list_tou {
	width: 10%;
}

.iDownload .idownload_cen li .list_tou .more_arr {
	padding-left: 20px;
	width: 36px;
	height: 39px;
	background: url(../img/service_ico1.png) right center no-repeat;
	display: inline-block;
}


/*产品方案主*/
.iProduct {
	padding: 100px 0;
}

.iProduct_box {
	overflow: hidden;
}

.iProduct_box .iProduct_item {
	width: 100%;
	margin-bottom: 1%;
	cursor: pointer;
	background: #F8FAFB;
}

.iProduct_box .iProduct_item:last-child {
	margin-bottom: 5%;
}

.iProduct_box .iProduct_item:hover {
	background: #F2F5F7;
}

.iProduct_box .iProduct_item .infor {
	width: 40%;
	padding: 28px;
}

.iProduct_box .iProduct_item .infor .box .t {
	width: 60%;
	font-size: 25px;
	font-weight: bold;
	color: #141719;
	border-bottom: 1px solid #F08519;
	padding-bottom: 10px;
}

.iProduct_box .iProduct_item .infor .box .c {
	font-size: 16px;
	color: #757A7F;
	line-height: 30px;
	padding: 30px 0;
}

.iProduct_box .iProduct_item .infor .box .more {
	font-size: 16px;
	color: #141719;
	line-height: 40px;
	padding: 5px 15px;
	border: 1px solid #F08519;
	width: 25%;
	text-align: center;
}

.iProduct_box .iProduct_item .infor .box .more a:hover {
	color: #fff;
}

.iProduct_box .iProduct_item:hover .infor .box .more {
	background: #F08519;
	color: #fff;
}

.iProduct_box .iProduct_item .iProduct_box1 {
	width: 50%;
}

.iProduct_box .iProduct_item .iProduct_box1 img {
	width: 100%;
}

.iProduct_box .iProduct_item .iProduct_box1 video {
	width: 100%;
	height: 380px;
	display: none
}

.iProduct_box .iProduct_item .iProduct_box2 {
	width: 50%;
	display: none
}

.iProduct_box .iProduct_item .iProduct_box2 video {
	width: 100%;
	z-index: 9999;
}

.videoZoom {
	overflow: hidden;
}

/*产品详细*/
.iProductArt {
	padding: 80px 0;
}

.iProductArt .ywxq01 {
	overflow: hidden;
	padding-bottom: 0px;
}

.iProductArt .ywxq01 .rect-75 {
	padding-bottom: 75%;
}

.iProductArt .ywxq01 .left {
	width: 48%;
	float: left;
}

.iProductArt .ywxq01 .right {
	width: 42%;
	float: right;
	padding-top: 20px;
}

.iProductArt .ywxq01 .right .title {
	font-size: 26px;
	color: #141719;
	width: 70%;
	line-height: 26px;
	padding: 30px 0;
	border-bottom: 1px solid #F08519;
}

.iProductArt .ywxq01 .right .con {
	font-size: 16px;
	color: #757A7F;
	line-height: 40px;
	overflow: hidden;
	padding-top: 25px;
}

.iProductArt .iProductArt_box {
	padding: 80px 0;
	background: #F2F5F7;
}

.iProductArt .iProductArt_box .con_zc {}

.iProductArt .iProductArt_box .con_zc .zhicheng {
	color: #1A1A1A;
	font-size: 26px;
	padding-bottom: 60px;
}

.iProductArt .iProductArt_box .con_zc span {
	width: 100%;
	display: inline-block;
}

.iProductArt .iProductArt_box .con_zc span p {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 34px;
}

.iProductArt .ywxq02 {
	margin-top: 50px;
	overflow: hidden;
}

.iProductArt .ywxq02 .tab_t_box {
	color: #1A1A1A;
	font-size: 26px;
	padding-bottom: 60px;
}

.iProductArt .ywxq02 .tab_c_box .text {
	font-size: 16px;
	line-height: 34px;
}

.iProductArt .ywxq02 .tab_c_box .text p {
	padding-bottom: 10px;
}

/*了解更多-样式2*/
.c_more .more_btn {
	width: auto;
	padding: 6px 18px;
	font-size: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.c_more .more_btn .i_ico {
	margin-left: 30px;
	margin-top: 0;
	display: inline-block;
	vertical-align: middle;
}


/*加入我们*/
.iJobs .job_l li {
	margin-bottom: 30px;
	background: #F2F5F7;
}

.iJobs .job_l li {
	padding: 3%;
	overflow: hidden;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.iJobs .job_l li .list_text {
	width: 90%;
}

.iJobs .job_l li .list_text .list_title {
	font-size: 22px;
	padding-bottom: 30px;
}

.iJobs .job_l li .list_text .list_title .list_zhiwei {
	font-size: 14px;
	color: #999;
	padding-left: 30px;
}

.iJobs .job_l li .list_text .list_p {
	font-size: 14px;
	color: #44494C;
}

.iJobs .job_l li .list_text .list_p span {
	padding-right: 40px;
}

.iJobs .job_l li .list_tou {
	width: 8%;
	display: flex;
	align-items: center;
	background: #F08519;
	padding: 12px 10px 12px 22px;
	color: #fff;
}

.iJobs .job_l li .list_tou .more_arr {
	padding-left: 20px;
	width: 28px;
	height: 9px;
	background: url(../img/i_n_arr.png) center center no-repeat;
	display: inline-block;
}

.iJobs .job_l li:hover {
	background: #F8FAFB;
}

.iJobs .job_l li:hover .list_title {
	color: #F08519;
}

.iJobs .job_l li .list_tou a:hover {
	color: #fff;
}

.iJobs .job_school {
	overflow: hidden;
	padding: 0px 5%;
}

.iJobs .job_school li {
	border-bottom: 1px solid #707070;
	padding-bottom: 40px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.iJobs .job_school li .list_text {
	width: 33%;
}

.iJobs .job_school li .list_text .list_title {
	font-size: 22px;
	padding-bottom: 12px;
}

.iJobs .job_school li .list_text .list_title span {
	color: #F08519;
}

.iJobs .job_school li .list_text .list_zhiwei {
	font-size: 14px;
	color: #999;
	padding-bottom: 26px;
}

.iJobs .job_school li .list_text .list_p {
	font-size: 14px;
	padding-bottom: 24px;
	overflow: hidden;
}

.iJobs .job_school li .list_text .list_p span {
	float: left;
	width: 100%;
	line-height: 20px;
	padding-bottom: 14px;
}

.iJobs .job_school li .list_text .list_tou {
	width: 28%;
	display: flex;
	align-items: center;
	background: #F08519;
	padding: 10px 4px 10px 16px;
	color: #fff;
}

.iJobs .job_school li .list_text .list_tou a:hover {
	color: #fff;
}

.iJobs .job_school li .list_text .list_tou .more_arr {
	padding-left: 20px;
	width: 28px;
	height: 9px;
	background: url(../img/i_n_arr.png) center center no-repeat;
	display: inline-block;
}

.iJobs .job_school li .list_zhize {
	width: 60%;
}

.iJobs .job_school li .list_zhize p {
	line-height: 28px;
	overflow: hidden;
	padding-bottom: 10px;
}

/* 简历投递 */
.Form-J1 .Form-J1-Left {
	float: left;
	width: 48%;
}

.Form-J1 .Form-J1-right {
	float: right;
	width: 48%;
}

.Form-J1 .Form-J1-li {
	background: #ebebeb;
	padding: 10px 2%;
	margin-bottom: 15px;
	position: relative;
}

.Form-J1 .Form-J1-li label {
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
	font-size: 16px;
}

.Form-J1 .Form-J1-li input {
	height: 28px;
	line-height: 28px;
	width: 80%;
	vertical-align: middle;
	border: none;
	background: transparent;
}

.Form-J1 .Form-J1-li textarea {
	width: 80%;
	vertical-align: middle;
	height: 90px;
	border: none;
	background: transparent;
}

.Form-J1 .Form-J1-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}

.Form-J1 .Form-J1-li select {
	width: 80%;
	background: transparent;
	border: none;
	height: 30px;
	line-height: 30px;
}

.Form-J1 .Form-J1-Btn {
	clear: both;
	text-align: center;
	padding: 35px 0 35px;
}

.Form-J1 .Form-J1-Btn button {
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.Form-J1 .Form-J1-Btn ._submit {
	background: #F08519;
	margin-right: 10px;
}

.Form-J1 .Form-J1-Btn ._reset {
	background: #BEBEBE;
}

.Form-J1 .Form-J1-li .Validform_wrong {
	position: absolute;
	right: 7%;
	top: 13px;
}

.Form-J1 .Form-J1-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
	float: right;
}

.Form-J1 .select-ui-choose-default {
	height: 2em;
	line-height: 2em;
	border: none !important;
	border-radius: 4px;
	background: none !important;
	color: #aaa;
	width: 80%;
}

/*新闻列表*/
.iNews_r {
	width: 100%;
	padding: 80px 0;
}

.iNews_r .newslist li {
	margin-bottom: 40px;
}

.iNews_r .newslist li .box {
	display: flex;
	align-items: center
}

.iNews_r .newslist li .imgbox {
	width: 20%;
	margin-right: 4%;
}

.iNews_r .newslist li .info {
	width: 73%;
}

.iNews_r .newslist li .info .title {
	font-size: 22px;
	padding-bottom: 20px;
}

.iNews_r .newslist li .info .p {
	font-size: 16px;
	padding-bottom: 30px;
	color: #757A7F;
}

.iNews_r .newslist .date {
	font-size: 16px;
	color: #757A7F;
	display: block;
}

.iNews_r .newslist .date .more {
	display: flex;
	align-items: center;
}

.iNews_r .newslist .date .more .more_arr {
	padding-left: 30px;
	width: 28px;
	height: 9px;
	background: url(../img/i_n_arr2.png) center center no-repeat;
}

.iNews_r .newslist li:hover {
	background: #F2F5F7;
	color: #fff;
}

.iNews_r .newslist li:hover .date .more {
	color: #FF8C19;
}

/*分页*/
.page_l {
	margin: 10px 0;
}

.page_l li {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px;
	border: 1px solid #d8dfe8;
}

.page_l .page-num {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px;
	border: 1px solid #d8dfe8;
}

.page_l .page-num.page-num-current {
	background-color: #F08519;
	color: #fff;
}

.page_l li:hover {
	background: #F08519;
	color: #fff;
}

.page_l li a:hover {
	color: #fff;
}

/*新闻详细*/
.news_detail .detail_l {
	width: 70.3399%;
}

.news_detail .l_box {
	background: #F8FAFB;
	padding: 6%;
}

.news_detail .news_title {
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
}

.news_detail .l_tools {
	margin-bottom: 30px;
	line-height: 20px;
}

.news_detail .l_tools span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #5a5a5a;
}

.news_detail .news_text {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}

.news_detail .news_text p {
	padding: 5px 0;
}

.news_detail .news_time {
	margin-right: 20px;
}

.news_detail .switcher a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 20px;
	height: 20px;
	background: url(../img/switcher_ico.jpg) no-repeat;
	vertical-align: middle;
}

.news_detail .switcher .title {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.news_detail .switcher .big {
	background-position: 0px 0px;
}

.news_detail .switcher .restore {
	background-position: -20px 0px;
}

.news_detail .switcher .small {
	background-position: -40px 0px;
}

.news_detail .detail_r {
	width: 28%;
}

.news_detail .detail_r .arr_title {
	background: #F8FAFB;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 5% 8%;
	display: block;
}

.news_detail .detail_r .arr_title:hover {
	color: #FF8C19;
}

.news_detail .detail_r .share_box {
	background: #F8FAFB;
	padding: 8%;
}

.news_detail .detail_r .share_title {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.news_detail .detail_r .black_list {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #FF8C19;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
}

.news_detail .jiathis {
	padding: 10px 0px;
}

.news_detail .jiathis a {
	width: 40px;
	height: 40px;
	background: url(../img/news_share_ico.jpg) no-repeat;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	padding-left: 0;
}

.news_detail .jiathis .jiathis_button_tsina {
	background-position: 0px 0px;
}

.news_detail .jiathis .jiathis_button_weixin {
	background-position: -54px 0px;
}

.news_detail .jiathis .jiathis_button_xqw {
	background-position: -107px 0px;
}

/*新闻右侧搜索*/
.news_flot .content_box {
	background: #F8FAFB;
	padding: 8%;
	margin-bottom: 14px;
}

.news_flot .content_title {
	font-size: 18px;
	color: #333333;
	line-height: 1;
	margin-bottom: 3px;
}

.news_flot dl {
	padding: 20px 0px;
	border-bottom: 1px solid #dddddd;
	color: #666666;
	font-size: 16px;
}

.news_flot dd {
	margin-bottom: 4px;
}

.news_flot dd .r {
	width: 85%;
	text-align: left;
}

.news_flot dd .phone_number {
	color: #666;
	cursor: default;
}

.news_flot dd em {
	color: #FF8C19;
}

/*select下拉样式*/
body .select-ui-options {
	border: none;
	border-radius: 0;
	background: #f1f1f1;
}

body .select-ui-options li {
	padding: 6px 6%;
	font-size: 16px;
}

body .select-ui-options li:hover {
	background: #005bab;
	color: #fff;
}



/*返回顶部按钮*/
.gotop {
	width: 60px;
	height: 60px;
	background: url(../img/top.png) no-repeat;
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
	display: none;
	z-index: 100;
}

.gotop:hover {
	background-position: 0px -60px;
}